-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new targets: buffer, buffer-before-point and buffer-after point. #21
base: master
Are you sure you want to change the base?
Conversation
You'll have to rebase on top of the current |
Yep, I'll do that later. |
@@ -214,6 +214,37 @@ | |||
(easy-kill-thing 'list) | |||
(should (string= "dummy" (easy-kill-candidate)))))) | |||
|
|||
(ert-deftest test-easy-kill-on-buffer () |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd split this test into 3 tests. I think this will make it more readable and will show better what exactly is being tested.
@@ -744,6 +747,31 @@ inspected." | |||
(setf (easy-kill-get thing) 'sexp))) | |||
(_ (easy-kill-thing 'sexp n t)))) | |||
|
|||
(defun easy-kill-on-buffer (n) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add some docstrings for the new functions. I know they are simple, but still.
I think you should also add some "Unreleased" section to the News and mention the changes there as well. |
@knu Ping :-) |
Interested in this. Will it get finished? |
@knu another friendly ping. :) |
Sorry, I haven't been able to invest my time in this project. Please use my easy-kill-extras package for now and I'd really appreciate if someone could help me improve this PR. |
No description provided.